Skip to content

chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 5.1.1 to 7.2.0#170

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-7.2.0
Closed

chore(deps-dev): bump @sveltejs/vite-plugin-svelte from 5.1.1 to 7.2.0#170
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-7.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps @sveltejs/vite-plugin-svelte from 5.1.1 to 7.2.0.

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​7.2.0

Minor Changes

  • feat(inspector): add a context menu with current component stack (#1370)

@​sveltejs/vite-plugin-svelte@​7.1.4

Patch Changes

  • fix: enforce ltr styles for inspector (#1324)

@​sveltejs/vite-plugin-svelte@​7.1.3

Patch Changes

  • fix: ensure the inspector is injected into the client correctly for Vite+ projects (#1355)

@​sveltejs/vite-plugin-svelte@​7.1.2

Patch Changes

  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#1342)

@​sveltejs/vite-plugin-svelte@​7.1.1

Patch Changes

  • fix: pass typescript.onlyRemoveTypeImports to transformWithOxc in vitePreprocess so that value imports are not dropped when they are only referenced in Svelte template markup (#1326)

  • fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server (#1336)

@​sveltejs/vite-plugin-svelte@​7.1.0

Minor Changes

  • feat: enable optimizer for server environments during dev (#1328)

@​sveltejs/vite-plugin-svelte@​7.0.0

Major Changes

  • breaking(deps): require vite 8 (#1266)

  • breaking(options): remove deprecated options (#1274)

    • vitePlugin.hot in svelte.config.js use compilerOptions.hmr instead
    • vitePlugin.ignorePluginPreprocessors in svelte.config.js no longer needed
    • api.idFilter of vite-plugin-svelte:api use api.filter instead

... (truncated)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

7.2.0

Minor Changes

  • feat(inspector): add a context menu with current component stack (#1370)

7.1.4

Patch Changes

  • fix: enforce ltr styles for inspector (#1324)

7.1.3

Patch Changes

  • fix: ensure the inspector is injected into the client correctly for Vite+ projects (#1355)

7.1.2

Patch Changes

  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#1342)

7.1.1

Patch Changes

  • fix: pass typescript.onlyRemoveTypeImports to transformWithOxc in vitePreprocess so that value imports are not dropped when they are only referenced in Svelte template markup (#1326)

  • fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server (#1336)

7.1.0

Minor Changes

  • feat: enable optimizer for server environments during dev (#1328)

7.0.0

Major Changes

  • breaking(deps): require vite 8 (#1266)

  • breaking(options): remove deprecated options (#1274)

    • vitePlugin.hot in svelte.config.js use compilerOptions.hmr instead

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​sveltejs/vite-plugin-svelte since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-7.2.0 branch 2 times, most recently from feefe2a to 97035c9 Compare July 20, 2026 04:41
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 5.1.1 to 7.2.0.
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@7.2.0/packages/vite-plugin-svelte)

---
updated-dependencies:
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-7.2.0 branch from 97035c9 to aeadfbe Compare July 20, 2026 04:45
@ajianaz

ajianaz commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #179 — vite and @sveltejs/vite-plugin-svelte are peer-coupled and must be bumped together (each fails npm ERESOLVE on its own). Closing in favor of the combined PR.

@ajianaz ajianaz closed this Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/sveltejs/vite-plugin-svelte-7.2.0 branch July 20, 2026 04:53
ajianaz added a commit that referenced this pull request Jul 20, 2026
Combined major upgrade — the two are peer-coupled and cannot be bumped
independently:

- @sveltejs/vite-plugin-svelte@7.2.0 requires vite ^8.0.0
- @sveltejs/vite-plugin-svelte@5.x requires vite ^6.0.0

So bumping only one causes an npm ERESOLVE. This commit does both
together. Regenerated package-lock.json cleanly (the old lock pinned
@sveltejs/vite-plugin-svelte-inspector@4.0.1 which peers plugin-svelte ^5).

Verified locally:
- svelte-check: 0 errors (36 pre-existing a11y warnings)
- vitest: 61/61 pass
- npm run build: ✓ built in 3.40s (vite 8 now uses rolldown)

Closes #168 (vite 6→8) and #170 (vite-plugin-svelte 5→7).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant